/*!
 * Bootstrap Grid v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-3xl,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

body {
  --containerMaxWidth: 100%;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 568px;
  }
  .containerLeftPadding.container-sm, .containerLeftPadding.container {
    --containerPadding: 12px;
    padding-left: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerLeftPadding.container-sm > .row > *:last-child, .containerLeftPadding.container > .row > *:last-child {
    padding-right: 0;
  }
  .containerRightPadding.container-sm, .containerRightPadding.container {
    --containerPadding: 12px;
    padding-right: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerRightPadding.container-sm > .row > *:first-child, .containerRightPadding.container > .row > *:first-child {
    padding-left: 0;
  }
  body {
    --containerMaxWidth: 568px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
  .containerLeftPadding.container-md, .containerLeftPadding.container-sm, .containerLeftPadding.container {
    --containerPadding: 12px;
    padding-left: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerLeftPadding.container-md > .row > *:last-child, .containerLeftPadding.container-sm > .row > *:last-child, .containerLeftPadding.container > .row > *:last-child {
    padding-right: 0;
  }
  .containerRightPadding.container-md, .containerRightPadding.container-sm, .containerRightPadding.container {
    --containerPadding: 12px;
    padding-right: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerRightPadding.container-md > .row > *:first-child, .containerRightPadding.container-sm > .row > *:first-child, .containerRightPadding.container > .row > *:first-child {
    padding-left: 0;
  }
  body {
    --containerMaxWidth: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
  .containerLeftPadding.container-lg, .containerLeftPadding.container-md, .containerLeftPadding.container-sm, .containerLeftPadding.container {
    --containerPadding: 12px;
    padding-left: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerLeftPadding.container-lg > .row > *:last-child, .containerLeftPadding.container-md > .row > *:last-child, .containerLeftPadding.container-sm > .row > *:last-child, .containerLeftPadding.container > .row > *:last-child {
    padding-right: 0;
  }
  .containerRightPadding.container-lg, .containerRightPadding.container-md, .containerRightPadding.container-sm, .containerRightPadding.container {
    --containerPadding: 12px;
    padding-right: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerRightPadding.container-lg > .row > *:first-child, .containerRightPadding.container-md > .row > *:first-child, .containerRightPadding.container-sm > .row > *:first-child, .containerRightPadding.container > .row > *:first-child {
    padding-left: 0;
  }
  body {
    --containerMaxWidth: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
  .containerLeftPadding.container-xl, .containerLeftPadding.container-lg, .containerLeftPadding.container-md, .containerLeftPadding.container-sm, .containerLeftPadding.container {
    --containerPadding: 12px;
    padding-left: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerLeftPadding.container-xl > .row > *:last-child, .containerLeftPadding.container-lg > .row > *:last-child, .containerLeftPadding.container-md > .row > *:last-child, .containerLeftPadding.container-sm > .row > *:last-child, .containerLeftPadding.container > .row > *:last-child {
    padding-right: 0;
  }
  .containerRightPadding.container-xl, .containerRightPadding.container-lg, .containerRightPadding.container-md, .containerRightPadding.container-sm, .containerRightPadding.container {
    --containerPadding: 12px;
    padding-right: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerRightPadding.container-xl > .row > *:first-child, .containerRightPadding.container-lg > .row > *:first-child, .containerRightPadding.container-md > .row > *:first-child, .containerRightPadding.container-sm > .row > *:first-child, .containerRightPadding.container > .row > *:first-child {
    padding-left: 0;
  }
  body {
    --containerMaxWidth: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1300px;
  }
  .containerLeftPadding.container-xxl, .containerLeftPadding.container-xl, .containerLeftPadding.container-lg, .containerLeftPadding.container-md, .containerLeftPadding.container-sm, .containerLeftPadding.container {
    --containerPadding: 12px;
    padding-left: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerLeftPadding.container-xxl > .row > *:last-child, .containerLeftPadding.container-xl > .row > *:last-child, .containerLeftPadding.container-lg > .row > *:last-child, .containerLeftPadding.container-md > .row > *:last-child, .containerLeftPadding.container-sm > .row > *:last-child, .containerLeftPadding.container > .row > *:last-child {
    padding-right: 0;
  }
  .containerRightPadding.container-xxl, .containerRightPadding.container-xl, .containerRightPadding.container-lg, .containerRightPadding.container-md, .containerRightPadding.container-sm, .containerRightPadding.container {
    --containerPadding: 12px;
    padding-right: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerRightPadding.container-xxl > .row > *:first-child, .containerRightPadding.container-xl > .row > *:first-child, .containerRightPadding.container-lg > .row > *:first-child, .containerRightPadding.container-md > .row > *:first-child, .containerRightPadding.container-sm > .row > *:first-child, .containerRightPadding.container > .row > *:first-child {
    padding-left: 0;
  }
  body {
    --containerMaxWidth: 1300px;
  }
}
@media (min-width: 1920px) {
  .container-3xl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1454px;
  }
  .containerLeftPadding.container-3xl, .containerLeftPadding.container-xxl, .containerLeftPadding.container-xl, .containerLeftPadding.container-lg, .containerLeftPadding.container-md, .containerLeftPadding.container-sm, .containerLeftPadding.container {
    --containerPadding: 12px;
    padding-left: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerLeftPadding.container-3xl > .row > *:last-child, .containerLeftPadding.container-xxl > .row > *:last-child, .containerLeftPadding.container-xl > .row > *:last-child, .containerLeftPadding.container-lg > .row > *:last-child, .containerLeftPadding.container-md > .row > *:last-child, .containerLeftPadding.container-sm > .row > *:last-child, .containerLeftPadding.container > .row > *:last-child {
    padding-right: 0;
  }
  .containerRightPadding.container-3xl, .containerRightPadding.container-xxl, .containerRightPadding.container-xl, .containerRightPadding.container-lg, .containerRightPadding.container-md, .containerRightPadding.container-sm, .containerRightPadding.container {
    --containerPadding: 12px;
    padding-right: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerRightPadding.container-3xl > .row > *:first-child, .containerRightPadding.container-xxl > .row > *:first-child, .containerRightPadding.container-xl > .row > *:first-child, .containerRightPadding.container-lg > .row > *:first-child, .containerRightPadding.container-md > .row > *:first-child, .containerRightPadding.container-sm > .row > *:first-child, .containerRightPadding.container > .row > *:first-child {
    padding-left: 0;
  }
  body {
    --containerMaxWidth: 1454px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1920px) {
  .col-3xl {
    flex: 1 0 0%;
  }
  .row-cols-3xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-3xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-3xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-3xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-3xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-3xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-3xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.containerPadding-R0 {
  padding-right: 0;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-grid10-1 {
  flex: 0 0 auto;
  width: 10%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-grid10-2 {
  flex: 0 0 auto;
  width: 20%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-grid10-3 {
  flex: 0 0 auto;
  width: 30%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-grid10-4 {
  flex: 0 0 auto;
  width: 40%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-grid10-5 {
  flex: 0 0 auto;
  width: 50%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-grid10-6 {
  flex: 0 0 auto;
  width: 60%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-grid10-7 {
  flex: 0 0 auto;
  width: 70%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-grid10-8 {
  flex: 0 0 auto;
  width: 80%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-grid10-9 {
  flex: 0 0 auto;
  width: 90%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-grid10-10 {
  flex: 0 0 auto;
  width: 100%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-grid10-11 {
  flex: 0 0 auto;
  width: 110%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.col-grid10-12 {
  flex: 0 0 auto;
  width: 120%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .containerPadding-sm-R0 {
    padding-right: 0;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-grid10-sm-1 {
    flex: 0 0 auto;
    width: 10%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-grid10-sm-2 {
    flex: 0 0 auto;
    width: 20%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-grid10-sm-3 {
    flex: 0 0 auto;
    width: 30%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-grid10-sm-4 {
    flex: 0 0 auto;
    width: 40%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-grid10-sm-5 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-grid10-sm-6 {
    flex: 0 0 auto;
    width: 60%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-grid10-sm-7 {
    flex: 0 0 auto;
    width: 70%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-grid10-sm-8 {
    flex: 0 0 auto;
    width: 80%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-grid10-sm-9 {
    flex: 0 0 auto;
    width: 90%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-grid10-sm-10 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-grid10-sm-11 {
    flex: 0 0 auto;
    width: 110%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-grid10-sm-12 {
    flex: 0 0 auto;
    width: 120%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .containerPadding-md-R0 {
    padding-right: 0;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-grid10-md-1 {
    flex: 0 0 auto;
    width: 10%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-grid10-md-2 {
    flex: 0 0 auto;
    width: 20%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-grid10-md-3 {
    flex: 0 0 auto;
    width: 30%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-grid10-md-4 {
    flex: 0 0 auto;
    width: 40%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-grid10-md-5 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-grid10-md-6 {
    flex: 0 0 auto;
    width: 60%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-grid10-md-7 {
    flex: 0 0 auto;
    width: 70%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-grid10-md-8 {
    flex: 0 0 auto;
    width: 80%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-grid10-md-9 {
    flex: 0 0 auto;
    width: 90%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-grid10-md-10 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-grid10-md-11 {
    flex: 0 0 auto;
    width: 110%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-grid10-md-12 {
    flex: 0 0 auto;
    width: 120%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .containerPadding-lg-R0 {
    padding-right: 0;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-grid10-lg-1 {
    flex: 0 0 auto;
    width: 10%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-grid10-lg-2 {
    flex: 0 0 auto;
    width: 20%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-grid10-lg-3 {
    flex: 0 0 auto;
    width: 30%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-grid10-lg-4 {
    flex: 0 0 auto;
    width: 40%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-grid10-lg-5 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-grid10-lg-6 {
    flex: 0 0 auto;
    width: 60%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-grid10-lg-7 {
    flex: 0 0 auto;
    width: 70%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-grid10-lg-8 {
    flex: 0 0 auto;
    width: 80%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-grid10-lg-9 {
    flex: 0 0 auto;
    width: 90%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-grid10-lg-10 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-grid10-lg-11 {
    flex: 0 0 auto;
    width: 110%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-grid10-lg-12 {
    flex: 0 0 auto;
    width: 120%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .containerPadding-xl-R0 {
    padding-right: 0;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-grid10-xl-1 {
    flex: 0 0 auto;
    width: 10%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-grid10-xl-2 {
    flex: 0 0 auto;
    width: 20%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-grid10-xl-3 {
    flex: 0 0 auto;
    width: 30%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-grid10-xl-4 {
    flex: 0 0 auto;
    width: 40%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-grid10-xl-5 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-grid10-xl-6 {
    flex: 0 0 auto;
    width: 60%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-grid10-xl-7 {
    flex: 0 0 auto;
    width: 70%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-grid10-xl-8 {
    flex: 0 0 auto;
    width: 80%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-grid10-xl-9 {
    flex: 0 0 auto;
    width: 90%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-grid10-xl-10 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-grid10-xl-11 {
    flex: 0 0 auto;
    width: 110%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-grid10-xl-12 {
    flex: 0 0 auto;
    width: 120%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .containerPadding-xxl-R0 {
    padding-right: 0;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-grid10-xxl-1 {
    flex: 0 0 auto;
    width: 10%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-grid10-xxl-2 {
    flex: 0 0 auto;
    width: 20%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-grid10-xxl-3 {
    flex: 0 0 auto;
    width: 30%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-grid10-xxl-4 {
    flex: 0 0 auto;
    width: 40%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-grid10-xxl-5 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-grid10-xxl-6 {
    flex: 0 0 auto;
    width: 60%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-grid10-xxl-7 {
    flex: 0 0 auto;
    width: 70%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-grid10-xxl-8 {
    flex: 0 0 auto;
    width: 80%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-grid10-xxl-9 {
    flex: 0 0 auto;
    width: 90%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-grid10-xxl-10 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-grid10-xxl-11 {
    flex: 0 0 auto;
    width: 110%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-grid10-xxl-12 {
    flex: 0 0 auto;
    width: 120%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1920px) {
  .col-3xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .containerPadding-3xl-R0 {
    padding-right: 0;
  }
  .col-3xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-grid10-3xl-1 {
    flex: 0 0 auto;
    width: 10%;
  }
  .col-3xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-grid10-3xl-2 {
    flex: 0 0 auto;
    width: 20%;
  }
  .col-3xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-grid10-3xl-3 {
    flex: 0 0 auto;
    width: 30%;
  }
  .col-3xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-grid10-3xl-4 {
    flex: 0 0 auto;
    width: 40%;
  }
  .col-3xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-grid10-3xl-5 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-3xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-grid10-3xl-6 {
    flex: 0 0 auto;
    width: 60%;
  }
  .col-3xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-grid10-3xl-7 {
    flex: 0 0 auto;
    width: 70%;
  }
  .col-3xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-grid10-3xl-8 {
    flex: 0 0 auto;
    width: 80%;
  }
  .col-3xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-grid10-3xl-9 {
    flex: 0 0 auto;
    width: 90%;
  }
  .col-3xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-grid10-3xl-10 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-3xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-grid10-3xl-11 {
    flex: 0 0 auto;
    width: 110%;
  }
  .col-3xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-grid10-3xl-12 {
    flex: 0 0 auto;
    width: 120%;
  }
  .offset-3xl-0 {
    margin-left: 0;
  }
  .offset-3xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-3xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-3xl-3 {
    margin-left: 25%;
  }
  .offset-3xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-3xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-3xl-6 {
    margin-left: 50%;
  }
  .offset-3xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-3xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-3xl-9 {
    margin-left: 75%;
  }
  .offset-3xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-3xl-11 {
    margin-left: 91.66666667%;
  }
  .g-3xl-0,
  .gx-3xl-0 {
    --bs-gutter-x: 0;
  }
  .g-3xl-0,
  .gy-3xl-0 {
    --bs-gutter-y: 0;
  }
  .g-3xl-1,
  .gx-3xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-3xl-1,
  .gy-3xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-3xl-2,
  .gx-3xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-3xl-2,
  .gy-3xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-3xl-3,
  .gx-3xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-3xl-3,
  .gy-3xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-3xl-4,
  .gx-3xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-3xl-4,
  .gy-3xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-3xl-5,
  .gx-3xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-3xl-5,
  .gy-3xl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
}
@media (min-width: 1920px) {
  .d-3xl-inline {
    display: inline !important;
  }
  .d-3xl-inline-block {
    display: inline-block !important;
  }
  .d-3xl-block {
    display: block !important;
  }
  .d-3xl-grid {
    display: grid !important;
  }
  .d-3xl-table {
    display: table !important;
  }
  .d-3xl-table-row {
    display: table-row !important;
  }
  .d-3xl-table-cell {
    display: table-cell !important;
  }
  .d-3xl-flex {
    display: flex !important;
  }
  .d-3xl-inline-flex {
    display: inline-flex !important;
  }
  .d-3xl-none {
    display: none !important;
  }
  .flex-3xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-3xl-row {
    flex-direction: row !important;
  }
  .flex-3xl-column {
    flex-direction: column !important;
  }
  .flex-3xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-3xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-3xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-3xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-3xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-3xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-3xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-3xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-3xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-3xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-3xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-3xl-center {
    justify-content: center !important;
  }
  .justify-content-3xl-between {
    justify-content: space-between !important;
  }
  .justify-content-3xl-around {
    justify-content: space-around !important;
  }
  .justify-content-3xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-3xl-start {
    align-items: flex-start !important;
  }
  .align-items-3xl-end {
    align-items: flex-end !important;
  }
  .align-items-3xl-center {
    align-items: center !important;
  }
  .align-items-3xl-baseline {
    align-items: baseline !important;
  }
  .align-items-3xl-stretch {
    align-items: stretch !important;
  }
  .align-content-3xl-start {
    align-content: flex-start !important;
  }
  .align-content-3xl-end {
    align-content: flex-end !important;
  }
  .align-content-3xl-center {
    align-content: center !important;
  }
  .align-content-3xl-between {
    align-content: space-between !important;
  }
  .align-content-3xl-around {
    align-content: space-around !important;
  }
  .align-content-3xl-stretch {
    align-content: stretch !important;
  }
  .align-self-3xl-auto {
    align-self: auto !important;
  }
  .align-self-3xl-start {
    align-self: flex-start !important;
  }
  .align-self-3xl-end {
    align-self: flex-end !important;
  }
  .align-self-3xl-center {
    align-self: center !important;
  }
  .align-self-3xl-baseline {
    align-self: baseline !important;
  }
  .align-self-3xl-stretch {
    align-self: stretch !important;
  }
  .order-3xl-first {
    order: -1 !important;
  }
  .order-3xl-0 {
    order: 0 !important;
  }
  .order-3xl-1 {
    order: 1 !important;
  }
  .order-3xl-2 {
    order: 2 !important;
  }
  .order-3xl-3 {
    order: 3 !important;
  }
  .order-3xl-4 {
    order: 4 !important;
  }
  .order-3xl-5 {
    order: 5 !important;
  }
  .order-3xl-last {
    order: 6 !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
body {
  font-family: "Manrope", sans-serif;
  background: #F8F8F8;
}
body.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
body.noscroll {
  overflow: hidden;
  height: 100vh;
}
body.background2 {
  background: #F9F9F9;
}

.containerPadding {
  padding: 0 35px;
}

.customContainer2 {
  max-width: 71.6%;
  margin: 0 auto;
}

.noSelect {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

* {
  font-family: "Manrope", sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
*:focus {
  box-shadow: unset !important;
  outline: unset !important;
}

img {
  max-width: 100%;
}

a {
  color: #000;
  text-decoration: none !important;
  transition: 0.3s ease all;
}
a:hover {
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none !important;
}

::-webkit-scrollbar-track {
  background: #fff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 45%, rgba(112, 112, 112, 0.15) 45%, rgba(112, 112, 112, 0.15) 55%, rgba(255, 255, 255, 0) 55%);
}

::-webkit-scrollbar {
  width: 10px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background: #000;
}

svg.iconset {
  position: absolute;
  pointer-events: none;
}

.owl-carousel:not(.owl-loaded) .owl-stage {
  display: flex;
}
.owl-carousel:not(.owl-loaded):not(.owl-loading) .owl-nav {
  display: none;
}
.owl-carousel .owl-nav.disabled {
  display: none;
}

.container-zero {
  --bs-gutter-x: 0;
}
.container-zero > .row {
  --bs-gutter-x: 0;
}

.textCenter {
  justify-content: center;
  display: flex;
}

.textStar {
  position: relative;
}
.textStar:after {
  content: "*";
  font-size: 45px;
  font-weight: 200;
  transform: translateY(-10px);
}
.textStar.lg:after {
  font-size: 60px;
}

.bottomWidgetsHalfTop {
  margin-top: -105px;
  margin-bottom: -105px;
}

.bodyCircle {
  --color1: #E1E1E1;
  --color2: #F1F1F1;
  width: 42vw;
  border-radius: 100%;
  position: absolute;
  aspect-ratio: 1/1;
  background: linear-gradient(90deg, var(--color1) 0%, var(--color2) 100%);
  left: -7vw;
  top: -7vw;
  z-index: -1;
}

header {
  background: #fff;
  position: relative;
  margin-top: 35px;
  z-index: 20;
}
header .container {
  display: flex;
  align-items: center;
}
header .logo {
  margin-right: 25px;
}
header .logo img {
  height: 38px;
}
header .openMobileMenu {
  display: none;
}
header .openMobileMenu .icon {
  fill: #000;
  width: 49px;
  height: 35px;
  flex-shrink: 0;
}
header .openMobileMenu .icon .path1 {
  opacity: 0.3;
}
header .openMobileMenu .icon .path2 {
  opacity: 0.5;
}
header .menu {
  border-left: 2px solid #F0F0F0;
  display: flex;
  padding: 40px 0 50px 20px;
  justify-content: space-between;
  width: 100%;
}
header .menu .support {
  display: flex;
  flex-direction: column;
}
header .menu .support span {
  color: #8F8F8F;
  font-size: 15px;
  font-weight: 400;
}
header .menu .support .number {
  color: #000;
  margin-top: 5px;
  font-size: 25px;
  font-weight: 700;
}
header .menu .right {
  display: flex;
  align-items: center;
}
header .menu .right .btn {
  white-space: nowrap;
}
header .menu .menuList {
  display: flex;
  align-items: center;
  gap: 35px;
  margin: 0 35px 0 auto;
}
header .menu .menuList > li.dropdown {
  margin-right: 10px;
}
header .menu .menuList > li.dropdown > .megaMenu {
  background: #FAFAFA;
  padding: 125px 0 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
  backdrop-filter: blur(5.25px);
  opacity: 0;
  pointer-events: none;
  top: 135px;
  transition: 0.3s ease all;
}
header .menu .menuList > li.dropdown > .megaMenu .container {
  display: flex;
}
header .menu .menuList > li.dropdown > .megaMenu .left {
  display: flex;
  padding-bottom: 60px;
  position: relative;
  z-index: 3;
}
header .menu .menuList > li.dropdown > .megaMenu .left ul {
  display: flex;
  flex-direction: column;
  gap: 38px;
  align-items: flex-start;
}
header .menu .menuList > li.dropdown > .megaMenu .left ul li {
  cursor: pointer;
}
header .menu .menuList > li.dropdown > .megaMenu .left ul li a {
  color: #8E8E8E;
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  cursor: pointer;
}
header .menu .menuList > li.dropdown > .megaMenu .left ul li a b {
  font-weight: 600;
}
header .menu .menuList > li.dropdown > .megaMenu .left ul li.dropdown {
  cursor: pointer;
}
header .menu .menuList > li.dropdown > .megaMenu .left ul ul {
  display: none;
}
header .menu .menuList > li.dropdown > .megaMenu .left ul:nth-child(1) {
  margin-right: 260px;
}
header .menu .menuList > li.dropdown > .megaMenu .left ul:nth-child(1) li {
  position: relative;
}
header .menu .menuList > li.dropdown > .megaMenu .left ul:nth-child(1) li:after {
  content: "";
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/arrow.svg");
  position: absolute;
  right: -35px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 23px;
  background: #000;
  opacity: 0;
  transition: 0.3s ease all;
}
header .menu .menuList > li.dropdown > .megaMenu .left ul:nth-child(1) li:hover > a {
  color: #000;
}
header .menu .menuList > li.dropdown > .megaMenu .left ul:nth-child(1) li.active > a {
  color: #000;
}
header .menu .menuList > li.dropdown > .megaMenu .left ul:nth-child(1) li.active:after {
  right: -65px;
  opacity: 1;
}
header .menu .menuList > li.dropdown > .megaMenu .left ul:nth-child(2) {
  margin-right: 160px;
}
header .menu .menuList > li.dropdown > .megaMenu .left ul.types li > a {
  color: #8E8E8E;
  font-size: 22px;
  font-weight: 600;
}
header .menu .menuList > li.dropdown > .megaMenu .left ul.types li:hover > a, header .menu .menuList > li.dropdown > .megaMenu .left ul.types li.active > a {
  color: #000;
}
header .menu .menuList > li.dropdown > .megaMenu .left ul.models li a {
  font-weight: 600;
  color: #000;
}
header .menu .menuList > li.dropdown > .megaMenu .right {
  position: absolute;
  right: 0;
  aspect-ratio: 689/305;
  max-width: 689px;
}
header .menu .menuList > li.dropdown > .megaMenu .right img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
}
header .menu .menuList > li.dropdown > .normalMenu {
  overflow: hidden;
  position: absolute;
  z-index: 3;
  opacity: 0;
  transition: 0.3s ease all;
  top: 100%;
  left: -30px;
  background: #ffffff;
  border-radius: 0 0 10px 10px;
  pointer-events: none;
  padding: 40px 30px 30px;
}
header .menu .menuList > li.dropdown > .normalMenu ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 25px;
}
header .menu .menuList > li.dropdown > a {
  position: relative;
}
header .menu .menuList > li.dropdown > a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/chevron.svg");
  width: 10px;
  height: 10px;
  background: #000;
  transform: translateY(-50%);
  transition: 0.3s ease all;
}
header .menu .menuList > li.dropdown:hover.dropdown > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 100%;
  height: 100px;
  left: -20px;
  right: -20px;
  z-index: 1;
}
header .menu .menuList > li.dropdown:hover.dropdown > a:before {
  transform: translateY(-50%) rotate(180deg);
}
header .menu .menuList > li.dropdown:hover .normalMenu {
  opacity: 1;
  pointer-events: auto;
}
header .menu .menuList > li.dropdown:hover .megaMenu {
  opacity: 1;
  pointer-events: auto;
}
header .menu .menuList li a, header .menu .menuList li .title {
  color: #000;
  font-size: 17px;
  white-space: nowrap;
  cursor: pointer;
}
header .menu .menuList li.relative {
  position: relative;
}
header .mobileMenu {
  display: none;
  border-left: 2px solid #F0F0F0;
  padding: 40px 0 50px 20px;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
  opacity: 0;
  transition: 0.3s ease all;
  pointer-events: none;
}
header .mobileMenu::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background-color: #9f0829;
}
header .mobileMenu .closeMobileMenu {
  margin-left: 30px;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #B1B1B1;
  font-style: normal;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
header .mobileMenu .closeMobileMenu:after {
  content: "";
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/x.svg");
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  transform: translate(-50%, -50%);
}
header .mobileMenu .left > span {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
header .mobileMenu .support {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
header .mobileMenu .support span {
  color: #8F8F8F;
  font-size: 15px;
  font-weight: 400;
}
header .mobileMenu .support .number {
  color: #000;
  margin-top: 5px;
  font-size: 25px;
  font-weight: 700;
}
header .mobileMenu .right {
  display: flex;
  align-items: center;
  width: 100%;
}
header .mobileMenu .menuList {
  display: flex;
  align-items: center;
  gap: 35px;
  margin: 0 35px 0 auto;
  width: 100%;
}
header .mobileMenu .menuList li {
  width: 100%;
}
header .mobileMenu .menuList li a, header .mobileMenu .menuList li .title {
  display: flex;
  justify-content: space-between;
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
}
header .mobileMenu .menuList li a .icon, header .mobileMenu .menuList li .title .icon {
  width: 20px;
  height: 19px;
  fill: #000;
  margin-left: 5px;
  margin-bottom: 3px;
  transition: 0.4s ease all;
}
header .mobileMenu .menuList li.dropdown > a {
  position: relative;
}
header .mobileMenu .menuList li.dropdown > a:after {
  content: "";
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/chevron3.svg");
  aspect-ratio: 30/21;
  width: 20px;
  background: #000;
  transition: 0.3s ease all;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  position: absolute;
  right: 0;
}
header .mobileMenu .menuList li.dropdown.active > a:after {
  transform: translateY(-50%) rotate(180deg);
}
header .mobileMenu .menuList li ul {
  padding: 30px 0 0px 30px;
  display: none;
}
header .mobileMenu .menuList li ul li a {
  font-size: 20px;
}
header .mobileMenu .menuList li ul li a:after {
  width: 20px;
}
header .mobileMenu .menuList li ul li.active > a {
  font-weight: 500;
}
header .mobileMenu.active {
  pointer-events: auto;
  opacity: 1;
}
header .supportLink {
  position: absolute;
  width: 112px;
  height: 145px;
  bottom: -50%;
  right: 45px;
  display: none;
  z-index: 22;
}

.headerwithlogo header .supportLink {
  display: unset;
}

.headerMenuBackdrop {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(197, 197, 197, 0.3);
  backdrop-filter: blur(5.25px);
  z-index: 19;
  pointer-events: none;
  opacity: 0;
  transition: 0.5s ease all;
}
.headerMenuBackdrop.active {
  opacity: 1;
  pointer-events: auto;
}

footer {
  position: relative;
  margin-top: 75px;
  padding-bottom: 100px;
}
footer .logo img {
  height: 40px;
}
footer .container {
  display: flex;
  position: relative;
  z-index: 2;
  justify-content: space-between;
}
footer .support {
  display: flex;
  flex-direction: column;
}
footer .support .roadHelper {
  display: flex;
  margin-top: 40px;
  margin-bottom: 80px;
}
footer .support .roadHelper .iconArea {
  margin-right: 10px;
}
footer .support .roadHelper .iconArea .icon {
  width: 34px;
  height: 39px;
}
footer .support .roadHelper .text span {
  display: flex;
  color: #0C1721;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 5px;
}
footer .support .roadHelper .text a {
  color: #0C1721;
  font-size: 21.845px;
  font-weight: 700;
  font-family: "Bai Jamjuree", sans-serif;
}
footer .support .description {
  color: #848484;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 24px;
}
footer .support .number {
  color: #0C1721;
  font-size: 32px;
  font-weight: 700;
  font-family: "Bai Jamjuree", sans-serif;
}
footer .support .mail {
  color: #0C1721;
  font-size: 16px;
  font-weight: 500;
}
footer .support .address {
  color: #0C1721;
  font-size: 14px;
  font-weight: 400;
  margin-top: 85px;
  display: flex;
  align-items: center;
  gap: 5px;
}
footer .support .address .icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  fill: #0C1721;
}
footer .menus {
  display: flex;
  padding-right: 10px;
  gap: 75px;
  padding-top: 10px;
}
footer .menus .menu .title {
  color: #0C1721;
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 1.6px;
  margin-bottom: 25px;
  font-family: "Bai Jamjuree", sans-serif;
}
footer .menus .menu ul {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
footer .menus .menu ul li a {
  color: #848484;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
footer:after {
  content: "";
  background-image: url("../img/svg/footerlines.svg");
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: cover;
}

.copyright {
  padding: 45px 0;
  background: #fff;
}
.copyright .container {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.copyright .text {
  color: #0C1721;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
.copyright ul {
  display: flex;
  gap: 30px;
}
.copyright ul li a {
  color: #0C1721;
  font-size: 16px;
  font-weight: 300;
}

.logoArea {
  padding: 0 0 20px;
  background: #fff;
}
.logoArea .stage .icon {
  fill: #858585;
  width: 104px;
  height: 38px;
  transition: 0.3s ease all;
}
.logoArea .stage .icon .path7 {
  transition: 0.3s ease all;
  fill: #0C1721;
}
.logoArea .stage:hover .icon {
  fill: #0C1721;
}
.logoArea .stage:hover .icon .path7 {
  fill: #CCFF00;
}
.logoArea .container {
  display: flex;
  justify-content: center;
}

@keyframes layer5-in {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes layer5-out {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
section.mainSlider {
  background: #fff;
  position: relative;
  border-top: 1px solid #F0F0F0;
  font-family: "Bai Jamjuree", sans-serif;
  z-index: 1;
  padding-bottom: 75px;
}
section.mainSlider .lineSvg {
  position: absolute;
  left: 0;
  right: 0;
  aspect-ratio: 1844/741;
  top: 80px;
}
section.mainSlider .lineSvg use {
  fill: #D1D1D1;
}
section.mainSlider .lineSvg .path46 {
  fill: transparent;
  stroke: var(--color);
  stroke-width: 4px;
}
section.mainSlider .swiper-pagination {
  display: flex;
  align-items: center;
  gap: 20px;
  top: unset;
  bottom: unset;
  position: relative;
  z-index: 2;
}
section.mainSlider .swiper-pagination .swiper-pagination-bullet {
  width: unset;
  opacity: 1;
  height: unset;
  border: 1px solid #EBEBEB;
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding: 11px 20px;
  background: unset;
  gap: 10px;
  margin: 0;
  transition: 0.3s ease all;
}
section.mainSlider .swiper-pagination .swiper-pagination-bullet .text {
  position: relative;
  max-width: 100px;
  transition: 0.3s ease all;
}
section.mainSlider .swiper-pagination .swiper-pagination-bullet .text b {
  color: #666;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  max-width: 100px;
  display: block;
  text-align: left;
  position: relative;
  top: 10px;
  transition: 0.3s ease all;
}
section.mainSlider .swiper-pagination .swiper-pagination-bullet .text span {
  display: block;
  color: #5A5A5A;
  font-size: 15px;
  font-weight: 300;
  max-width: 200px;
  text-align: left;
  transition: 0.3s ease all;
  opacity: 0;
  white-space: nowrap;
}
section.mainSlider .swiper-pagination .swiper-pagination-bullet .imgArea {
  aspect-ratio: 98/66;
  height: 66px;
}
section.mainSlider .swiper-pagination .swiper-pagination-bullet .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}
section.mainSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #F6F6F6;
}
section.mainSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .text {
  max-width: 200px;
}
section.mainSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .text b {
  max-width: 200px;
  top: 0px;
  color: var(--linecolor);
}
section.mainSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .text span {
  max-width: 200px;
  opacity: 1;
  transition: 0.3s ease all, 0.3s 0.3s ease opacity;
}
section.mainSlider .swiper-slide {
  padding: 30px 0;
}
section.mainSlider .swiper-slide .features {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 25px;
}
section.mainSlider .swiper-slide .features span {
  position: relative;
  display: block;
  color: #000;
  font-size: 18px;
  font-weight: 300;
}
section.mainSlider .swiper-slide .features span:not(:last-child):after {
  content: "";
  position: absolute;
  right: -15px;
  transform: translateY(-50%) translateX(50%);
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #000;
}
section.mainSlider .swiper-slide .wrapper {
  display: flex;
  padding: 20px 0;
  min-height: 560px;
  align-items: stretch;
}
section.mainSlider .swiper-slide .wrapper .content {
  width: 40%;
  flex-shrink: 0;
}
section.mainSlider .swiper-slide .wrapper .content .brand {
  height: 20px;
  display: block;
  margin-bottom: 80px;
}
section.mainSlider .swiper-slide .wrapper .content .title {
  display: block;
  color: #000;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 75px;
  max-width: 570px;
  margin-bottom: 50px;
}
section.mainSlider .swiper-slide .wrapper .content .discoverBtn {
  color: var(--linecolor);
  font-size: 22.5px;
  font-style: normal;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
section.mainSlider .swiper-slide .wrapper .content .discoverBtn .icon {
  width: 19px;
  height: 19px;
  fill: var(--linecolor);
  margin-right: 20px;
}
section.mainSlider .swiper-slide .wrapper .content .description {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
  max-width: 460px;
}
section.mainSlider .swiper-slide .wrapper .content .description span {
  font-weight: 300;
}
section.mainSlider .swiper-slide .wrapper .imgArea {
  aspect-ratio: 1022/608;
  position: relative;
}
section.mainSlider .swiper-slide .wrapper .imgArea:after {
  content: "";
  border-radius: 100%;
  background: linear-gradient(90deg, var(--color1) 0%, var(--color2) 100%);
  filter: blur(10px);
  width: 460px;
  aspect-ratio: 1/1;
  display: block;
  position: absolute;
  transform: translateX(-50%);
  top: 0;
  left: 50%;
  z-index: -1;
  transition: 0.5s 0.6s ease all;
  opacity: 0;
}
section.mainSlider .swiper-slide .wrapper .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}
section.mainSlider .swiper-slide.swiper-slide-active .wrapper .imgArea:after {
  opacity: 1;
}

section.mainCampaigns {
  overflow-x: hidden;
  position: relative;
}
section.mainCampaigns .campaignSlider .owl-stage-outer {
  overflow: unset;
}
section.mainCampaigns .campaignSlider .owl-stage-outer::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background-color: #9f0829;
}
section.mainCampaigns .wrapper {
  padding-top: 85px;
  margin-bottom: 60px;
  background: #fff;
  position: relative;
}
section.mainCampaigns .wrapper:after {
  content: "";
  background-image: url("../img/svg/lines1.svg");
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  pointer-events: none;
}
section.mainCampaigns .titleArea {
  padding-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
section.mainCampaigns .titleArea .title {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  font-family: "Bai Jamjuree", sans-serif;
}
section.mainCampaigns .titleArea .more {
  display: flex;
  color: #999;
  align-items: center;
  font-size: 22.5px;
  font-weight: 700;
  font-family: "Bai Jamjuree", sans-serif;
}
section.mainCampaigns .titleArea .more .icon {
  margin-right: 20px;
  width: 28px;
  height: 28px;
  fill: #999;
}
section.mainCampaigns .campaignSlider .campaignSliderImg {
  aspect-ratio: 949/388;
  width: 100%;
  display: flex;
}
section.mainCampaigns .campaignSlider .campaignSliderImg img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
}
section.mainCampaigns .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  z-index: 2;
  padding: 30px 0;
}
section.mainCampaigns .bottom .imgArea {
  position: relative;
  z-index: 2;
  transform: translateX(-50px);
}
section.mainCampaigns .bottom .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
}
section.mainCampaigns .bottom .content {
  margin-right: 110px;
}
section.mainCampaigns .bottom .content .textArea {
  font-family: "Bai Jamjuree", sans-serif;
}
section.mainCampaigns .bottom .content .textArea span {
  color: #D4D4D4;
  font-size: 16px;
  font-weight: 700;
}
section.mainCampaigns .bottom .content .textArea .text {
  margin: 10px 0;
  color: #000;
  font-size: 36px;
  font-weight: 600;
}
section.mainCampaigns .bottom .content .textArea .smallText {
  color: #4A4A4A;
  font-size: 20px;
  font-weight: 400;
}
section.mainCampaigns .bottom .offer {
  font-size: 22.5px;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #000;
  padding: 20px 35px;
  background: #F5F5F5;
  white-space: nowrap;
  border-radius: 32px;
}
section.mainCampaigns .bottom .offer .icon {
  margin-right: 20px;
  width: 24px;
  height: 24px;
  fill: #000;
}

section.mainTimeLine {
  margin-bottom: 70px;
}

section.mainWidgets {
  margin-bottom: 25px;
}
section.mainWidgets.type2 {
  margin-top: -105px;
  margin-bottom: 24px;
}
section.mainWidgets.type2 .bannerWidget1 {
  margin-bottom: 24px;
}

section.mainVahicles {
  margin-bottom: 95px;
  margin-top: 50px;
}
section.mainVahicles .title {
  color: #1C1C1C;
  font-size: 36px;
  font-weight: 700;
  font-family: "Bai Jamjuree", sans-serif;
  margin-bottom: 50px;
}

section.corporate {
  padding-top: 45px;
  padding-bottom: 65px;
  background: #fff;
  margin-bottom: 20px;
}
section.corporate .breadCrumb {
  margin-bottom: 35px;
}
section.corporate .imgArea {
  margin: 90px 0 60px;
  aspect-ratio: 1440/271;
}
section.corporate .customTabContent .tab .editorContent {
  font-size: 36px;
  font-weight: 300;
  line-height: 52px;
}

section.brands {
  padding-top: 45px;
  padding-bottom: 65px;
  background: #fff;
  margin-bottom: 20px;
}
section.brands .title {
  margin-top: 50px;
  color: #000;
  font-size: 36px;
  font-weight: 600;
  line-height: 58px;
}
section.brands .info {
  margin-top: 140px;
  color: #9B9B9B;
  font-size: 20px;
  font-weight: 300;
  line-height: 44px;
}

section.questions {
  padding-top: 45px;
  padding-bottom: 90px;
  background: #fff;
  margin-bottom: 20px;
}
section.questions .title {
  margin-top: 30px;
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
}
section.questions .subTitle {
  color: #000;
  text-align: center;
  margin-top: 20px;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 70px;
}

section.modelDetail {
  position: relative;
}
section.modelDetail .imgArea {
  aspect-ratio: 1884/700;
}
section.modelDetail .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
}
section.modelDetail .content {
  padding: 45px 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  position: absolute;
}
section.modelDetail .content .container {
  height: 100%;
  display: flex;
  flex-direction: column;
}
section.modelDetail .content .titleArea {
  margin: auto 0;
}
section.modelDetail .content .titleArea .title {
  color: #FFF;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 300;
}
section.modelDetail .content .titleArea .subTitle {
  color: #E2FFC3;
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
}

section.gallery {
  background: #fff;
  padding-bottom: 85px;
  margin-bottom: 20px;
}
section.gallery .infoCards {
  display: flex;
}
section.gallery .infoCards .content {
  display: flex;
  gap: 20px;
}
section.gallery .infoCards .item {
  width: 25%;
  display: flex;
  padding: 60px 30px 60px 60px;
  gap: 20px;
  height: 100%;
}
section.gallery .infoCards .item .imgArea {
  width: 37px;
  height: 37px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: #1820D3;
}
section.gallery .infoCards .item .imgArea .icon {
  width: 23px;
  height: 23px;
  fill: #fff;
}
section.gallery .infoCards .item .info {
  color: #000;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  font-size: 24px;
  font-weight: 600;
  margin-top: 10px;
}
section.gallery .infoCards .item .info span {
  color: #1820D3;
  font-size: 18px;
  display: flex;
  margin-bottom: 10px;
  font-weight: 400;
}
section.gallery .infoCards .item .info span.type2 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}
section.gallery .infoCards .item:nth-child(1) {
  background: #F8F8F8;
}
section.gallery .infoCards .item:nth-child(2) {
  background: #F2F2F2;
}
section.gallery .detailInfo {
  margin-bottom: 75px;
}
section.gallery .detailInfo .left {
  padding-right: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
section.gallery .detailInfo .left .infos {
  color: #9D9D9D;
  font-size: 20px;
  font-weight: 600;
  line-height: 62px;
}
section.gallery .detailInfo .left .title {
  color: #000;
  font-size: 48px;
  font-weight: 600;
  line-height: 62px;
  margin: 55px 0;
}
section.gallery .detailInfo .left .description {
  color: #000;
  font-size: 28px;
  font-weight: 400;
  line-height: 46px;
}
section.gallery .detailInfo .imgArea {
  aspect-ratio: 700/627;
}
section.gallery .detailInfo .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
}
section.gallery .galleryPhotos {
  margin-bottom: 95px;
}
section.gallery .galleryPhotos .item {
  aspect-ratio: 465/389;
  position: relative;
  display: flex;
}
section.gallery .galleryPhotos .item .imgArea {
  width: 100%;
  height: 100%;
}
section.gallery .galleryPhotos .item .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
}
section.gallery .galleryPhotos .item .description {
  position: absolute;
  left: 35px;
  top: 80%;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  z-index: 2;
}
section.gallery .galleryPhotos .item:after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 60%;
  right: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
section.gallery .galleryPhotos .item.type2 {
  aspect-ratio: 1435/630;
}
section.gallery .galleryPhotos .item.type2 .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
}
section.gallery .galleryPhotos .item.type2 .content .title {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 25px;
}
section.gallery .galleryPhotos .item.type2 .content .subTitle {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 95px;
}
section.gallery .galleryPhotos .item.type2:after {
  top: 0;
  background: rgba(0, 0, 0, 0.4);
}
section.gallery .colorTabs .titleArea {
  padding: 0 165px;
  color: #000;
  text-align: center;
  margin-bottom: 65px;
}
section.gallery .colorTabs .titleArea .title {
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 600;
}
section.gallery .colorTabs .titleArea .subTitle {
  font-size: 28px;
  font-weight: 400;
  line-height: 46px;
}
section.gallery .colorTabs .tabTitle {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
}
section.gallery .colorTabs .tabs {
  position: relative;
}
section.gallery .colorTabs .tabs .customTabContent .imgArea {
  text-align: center;
  margin: 0 auto;
  aspect-ratio: 778/419;
  max-width: 778px;
  display: flex;
}
section.gallery .colorTabs .tabs .customTabContent .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
}
section.gallery .technicTabs {
  margin-top: 60px;
}
section.gallery .technicTabs > .title {
  text-align: center;
  color: #000;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 50px;
}
section.gallery .technicTabs .left .title, section.gallery .technicTabs .right .title {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 35px;
}
section.gallery .technicTabs .left .imgArea, section.gallery .technicTabs .right .imgArea {
  margin-bottom: 50px;
}
section.gallery .technicTabs .left .imgArea {
  aspect-ratio: 581/266;
}
section.gallery .technicTabs .left .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
}
section.gallery .technicTabs .right .imgArea {
  aspect-ratio: 707/266;
}
section.gallery .technicTabs .right .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
}
section.gallery .technicTabs2 {
  margin-top: 90px;
}
section.gallery .technicTabs2 > .title {
  text-align: center;
  color: #000;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 50px;
}
section.gallery .technicTabs2 .tabs .navlist3 {
  gap: 30px;
}
section.gallery .technicTabs2 .tabs .technicTable table {
  max-width: 1280px;
  margin: 0 auto 35px;
  width: 100%;
}
section.gallery .technicTabs2 .tabs .technicTable table thead {
  border-bottom: 2px solid #000;
}
section.gallery .technicTabs2 .tabs .technicTable table thead tr th {
  padding: 28px 33px;
  color: #000;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
}
section.gallery .technicTabs2 .tabs .technicTable table thead tr th:nth-child(1) {
  text-align: left;
  padding: 25px 33px 25px 0;
}
section.gallery .technicTabs2 .tabs .technicTable table tbody tr {
  border-bottom: 1px solid #F4F4F4;
}
section.gallery .technicTabs2 .tabs .technicTable table tbody tr th {
  padding: 27px 55px 27px 0;
  text-align: left;
  max-width: 310px;
  color: #000;
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  vertical-align: middle;
}
section.gallery .technicTabs2 .tabs .technicTable table tbody tr td {
  padding: 24px 0;
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-align: center;
  vertical-align: middle;
}

section.contactus {
  padding: 45px 0 150px;
  background: #fff;
  position: relative;
}
section.contactus .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 0;
  pointer-events: none;
}
section.contactus .bg img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
  height: 650px;
}
section.contactus .titleArea {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}
section.contactus .titleArea .title {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}
section.contactus .titleArea .subTitle {
  color: #000;
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
}
section.contactus .titleArea .rightImg {
  aspect-ratio: 493/173;
}
section.contactus .titleArea .rightImg img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
}
section.contactus .content {
  position: relative;
  z-index: 2;
}
section.contactus .content .location {
  display: inline-flex;
  border-radius: 15px;
  padding: 10px;
  background: #000;
  margin-bottom: 45px;
}
section.contactus .content .location .icon {
  fill: #fff;
  width: 32px;
  height: 32px;
}
section.contactus .content .contactInfos {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
section.contactus .content .contactInfos .title {
  color: #BABABA;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  margin-bottom: 10px;
}
section.contactus .content .contactInfos .info {
  display: flex;
  flex-direction: column;
}
section.contactus .content .contactInfos .info p {
  color: #000;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
}
section.contactus .content .contactInfos .info .phone {
  color: #000;
  font-size: 32px;
  font-weight: 500;
}
section.contactus .content .contactInfos .info .mail {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  color: #000;
}
section.contactus .content .contactInfos .info.time p {
  display: flex;
  margin-bottom: 10px;
}
section.contactus .content .contactForm .textCenter {
  margin-top: 55px;
}
section.contactus .content .contactForm .checkArea {
  margin-top: 35px;
}

.contactMap {
  aspect-ratio: 1844/708;
  position: relative;
}
.contactMap .map {
  width: 100%;
  height: 100%;
}

section.campaignDetail {
  padding-top: 45px;
  padding-bottom: 120px;
  background: #fff;
  margin-bottom: 20px;
}
section.campaignDetail .content {
  max-width: 970px;
  margin: 30px auto 0;
}
section.campaignDetail .content .title {
  text-align: center;
  color: #000;
  margin-bottom: 40px;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
}
section.campaignDetail .content .date {
  color: #727272;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  margin-bottom: 45px;
}

section.campaign {
  padding-top: 45px;
  padding-bottom: 120px;
  background: #fff;
  margin-bottom: 20px;
}
section.campaign .titleArea {
  margin-top: 30px;
  text-align: center;
  margin-bottom: 120px;
}
section.campaign .titleArea .title {
  color: #000;
  font-size: 36px;
  font-weight: 500;
  line-height: 50px;
  margin-bottom: 25px;
}
section.campaign .titleArea .subTitle {
  color: #000;
  font-size: 22px;
  font-weight: 300;
  line-height: 35px;
  max-width: 1100px;
  margin: 0 auto;
}
section.campaign .callUs {
  max-width: 950px;
  margin: 120px auto 0;
}
section.campaign .callUs .titleArea {
  margin-bottom: 45px;
}
section.campaign .callUs .btn {
  margin-top: 20px;
}

section.policy {
  padding-top: 45px;
  padding-bottom: 75px;
  background: #fff;
  margin-bottom: 20px;
}
section.policy .title {
  color: #000;
  text-align: center;
  font-size: 36px;
  margin: 70px 0 100px;
  font-weight: 500;
  line-height: 42px;
}
section.policy .policyButtons {
  margin-top: 85px;
}

.page404 {
  padding: 70px 0 105px;
  background: #fff;
  position: relative;
  margin-bottom: 15px;
}
.page404 .container {
  position: relative;
  z-index: 2;
}
.page404 .imgArea {
  margin: 0 auto;
  aspect-ratio: 517/468;
  height: 468px;
}
.page404 .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
}
.page404 .title {
  margin-top: 50px;
  color: #000;
  font-size: 96px;
  text-align: center;
  font-weight: 700;
}
.page404 .subTitle {
  color: #9E9E9E;
  font-size: 32px;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 45px;
  text-align: center;
}
.page404 .info {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  line-height: 35px;
}
.page404:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 150px;
  top: 0;
  background-image: url("../img/lines1.png");
  background-repeat: no-repeat;
  background-size: cover;
}

section.spareParts {
  position: relative;
  background: #fff;
  padding-bottom: 125px;
  margin-bottom: 25px;
}
section.spareParts .bannerArea {
  position: relative;
}
section.spareParts .bannerArea .imgArea {
  aspect-ratio: 1844/850;
  max-height: 850px;
}
section.spareParts .bannerArea .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
}
section.spareParts .bannerArea .content {
  padding-top: 60px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
  z-index: 2;
}
section.spareParts .bannerArea .content .textArea {
  max-width: 800px;
  margin: 60px auto 0;
  text-align: center;
}
section.spareParts .bannerArea .content .textArea .title {
  color: #FFF;
  font-size: 40px;
  margin-bottom: 25px;
  font-weight: 700;
}
section.spareParts .bannerArea .content .textArea .subTitle {
  color: #FFF;
  font-size: 20px;
  font-weight: 300;
  line-height: 33px;
}
section.spareParts .bannerArea .content .textArea .btn {
  display: inline-flex;
  margin: 70px 0;
  font-size: 22px;
  font-weight: 700;
}
section.spareParts .bannerArea .content .textArea .text {
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  line-height: 48px;
}
section.spareParts .bannerArea:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
section.spareParts .sparePartsCards {
  margin-bottom: 25px;
}
section.spareParts .sparePartsCards .title {
  text-align: center;
  margin: 75px 0;
  color: #000;
  font-size: 40px;
  font-weight: 400;
}
section.spareParts .sparePartsCards .sparePartsCard {
  padding: 25px 25px 50px;
  border-radius: 10px;
  border: 1px solid #DCDCDC;
  background: #FFF;
  height: 100%;
}
section.spareParts .sparePartsCards .sparePartsCard .imgArea {
  border-radius: 10px;
  aspect-ratio: 420/218;
}
section.spareParts .sparePartsCards .sparePartsCard .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
}
section.spareParts .sparePartsCards .sparePartsCard .content {
  margin-top: 50px;
  padding: 0 65px 0 35px;
}
section.spareParts .sparePartsCards .sparePartsCard .content .cardTitle {
  color: #000;
  font-size: 30px;
  font-weight: 500;
  line-height: 41px;
  margin-bottom: 35px;
}
section.spareParts .sparePartsCards .sparePartsCard .content .text {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}
section.spareParts .bottomImgArea {
  aspect-ratio: 1454/607;
  margin-bottom: 100px;
}
section.spareParts .bottomImgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
}
section.spareParts .bottomText {
  display: flex;
  gap: 30px;
}
section.spareParts .bottomText > div {
  width: calc(50% - 15px);
}
section.spareParts .bottomText .title {
  color: #000;
  font-size: 50px;
  font-weight: 300;
  line-height: 69px;
}
section.spareParts .bottomText .text {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 38px;
}

section.roadSide {
  padding-top: 45px;
  padding-bottom: 125px;
  background: #fff;
  margin-bottom: 25px;
  position: relative;
}
section.roadSide .container {
  position: relative;
  z-index: 2;
}
section.roadSide .titleArea {
  margin-top: 45px;
  position: relative;
}
section.roadSide .titleArea .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.roadSide .titleArea .title {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  color: #000;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 40px;
}
section.roadSide .titleArea .title img {
  width: 60px;
  height: 50px;
}
section.roadSide .titleArea .subTitle {
  color: #000;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 46px;
  max-width: 960px;
  margin: 0 auto 60px;
}
section.roadSide .titleArea:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url("../img/carback.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
  width: 307px;
  height: 317px;
}
section.roadSide .titleArea:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url("../img/carfront.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
  width: 408px;
  height: 328px;
}
section.roadSide .roadSideCards {
  margin-top: 125px;
}
section.roadSide .roadSideCards .row > div:nth-child(even) .roadSideCard {
  background: #000;
  color: #fff;
  fill: #fff;
}
section.roadSide .roadSideCards .row > div:nth-child(even) .roadSideCard .iconArea .icon {
  background: #fff;
}
section.roadSide .roadSideCard {
  background: #CF0;
  padding: 100px 60px;
  color: #000;
  fill: #000;
  height: 100%;
}
section.roadSide .roadSideTextCard {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  padding: 0 40px 0 80px;
}
section.roadSide .roadSideTextCard p span {
  font-size: 32px;
  margin-top: -20px;
}
section.roadSide .roadSideTextCard p b, section.roadSide .roadSideTextCard p strong {
  font-weight: 600;
}
section.roadSide:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 750px;
  background-image: url("../img/lines3.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.iconCard .iconArea {
  display: flex;
}
.iconCard .iconArea .icon {
  width: 45px;
  height: 42px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: var(--icon);
  background: #000;
}
.iconCard .title {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 300;
  line-height: 41px;
}
.iconCard .text {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.servicesCard {
  border-radius: 10px;
  background: #F9F9F9;
  padding: 55px 60px;
  height: 100%;
}
.servicesCard .iconArea {
  background: #cf0;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  border-radius: 50%;
}
.servicesCard .iconArea .icon {
  width: 45px;
  height: 60px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: var(--icon);
  background: #000;
}
.servicesCard .title {
  line-height: 41px;
}

section.services {
  background: #fff;
  margin-bottom: 25px;
  padding-bottom: 25px;
  padding-top: 45px;
  position: relative;
}
section.services .titleArea {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
  margin-bottom: 85px;
  align-items: center;
}
section.services .titleArea .title {
  color: #000;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
section.services .titleArea .title b {
  font-weight: 700;
}
section.services .titleArea .subTitle {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 33px;
}
section.services .titleArea > .imgArea {
  aspect-ratio: 307/278;
  height: 278px;
}
section.services .titleArea > .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
}
section.services .container {
  position: relative;
  z-index: 2;
}
section.services:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 750px;
  background-image: url("../img/lines4.png");
  background-size: cover;
  background-repeat: no-repeat;
}

section.media {
  background: #fff;
  padding-bottom: 130px;
}
section.media .bannerArea {
  background: #000;
  padding-top: 45px;
  margin-bottom: 200px;
}
section.media .bannerArea .content {
  margin-top: 55px;
  display: flex;
  justify-content: space-between;
  gap: 35px;
}
section.media .bannerArea .content .titleArea {
  max-width: 570px;
}
section.media .bannerArea .content .titleArea .title {
  color: #FFF;
  font-size: 38px;
  font-weight: 500;
  line-height: 51px;
  max-width: 300px;
}
section.media .bannerArea .content .titleArea .text {
  color: #949494;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  margin: 50px 0 65px;
}
section.media .bannerArea .content .titleArea .text b {
  font-weight: 600;
}
section.media .bannerArea .content .titleArea .more {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
section.media .bannerArea .content .titleArea .more .icon {
  width: 24px;
  margin-right: 15px;
  height: 24px;
  fill: #fff;
}
section.media .bannerArea .content .brands {
  display: flex;
  transform: translateY(85px);
  gap: 45px;
  align-items: center;
}
section.media .bannerArea .content .brands .item {
  max-height: 100px;
  max-width: 20%;
}
section.media .bannerArea .content .brands .item img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}
section.media .bannerArea .content .brands.mobileBrands {
  transform: translateY(115px);
  margin-top: 35px;
  display: none;
}
section.media .bannerArea .content .videoArea {
  aspect-ratio: 865/560;
  position: relative;
  margin-bottom: -110px;
  border-radius: 20px;
  overflow: hidden;
}
section.media .bannerArea .content .videoArea:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
section.media .bannerArea .content .videoArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
}
section.media .bannerArea .content .videoArea:after {
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  position: absolute;
  background-image: url("../img/svg/play.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
section.media .showroom .titleArea {
  margin-bottom: 85px;
}
section.media .showroom .titleArea .title {
  color: #000;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}
section.media .showroom .titleArea .title b {
  font-weight: 500;
}
section.media .showroom .titleArea .subTitle {
  color: #000;
  font-size: 22px;
  font-weight: 300;
}
section.media .mediaSlider {
  padding-bottom: 25px;
  margin-bottom: 25px;
}
section.media .mediaSlider .item .imgArea {
  aspect-ratio: 464/422;
  display: block;
}
section.media .mediaSlider .item .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
}

section.priceList {
  padding-top: 45px;
  background: #fff;
  padding-bottom: 135px;
  position: relative;
}
section.priceList .priceTable {
  margin-bottom: 65px;
  position: relative;
  z-index: 2;
}
section.priceList .priceTable .tableTop {
  display: flex;
  gap: 50px;
  align-items: center;
  background: #F3F3F3;
  padding: 8px 50px;
}
section.priceList .priceTable .tableTop .imgArea {
  aspect-ratio: 143/80;
  height: 80px;
}
section.priceList .priceTable .tableTop .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}
section.priceList .priceTable .tableTop .title {
  color: #000;
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  text-transform: uppercase;
}
section.priceList .priceTable .more {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  padding: 0 32.5px;
}
section.priceList .priceTable .more .icon {
  width: 20px;
  transition: 0.5s ease all;
  margin-right: 15px;
  height: 20px;
  fill: #000;
}
section.priceList .priceTable .more:hover .icon {
  transform: translateX(7px);
}
section.priceList .priceTable .bottom .more {
  padding: 0;
  display: inline-flex;
}
section.priceList .priceTable table {
  margin-bottom: 35px;
  max-width: 100%;
  width: 100%;
}
section.priceList .priceTable table thead {
  background: #EBEBEB;
}
section.priceList .priceTable table thead tr th {
  padding: 25px 33px;
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  vertical-align: middle;
  line-height: 24px;
  text-align: center;
  border-right: 1.5px solid #E2E2E2;
}
section.priceList .priceTable table thead tr th:last-child {
  border: 0;
}
section.priceList .priceTable table tbody {
  background: #FAFAFA;
}
section.priceList .priceTable table tbody tr th, section.priceList .priceTable table tbody tr td {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-align: center;
  vertical-align: middle;
}
section.priceList .priceTable table tbody tr th.price, section.priceList .priceTable table tbody tr td.price {
  white-space: nowrap;
}
section.priceList .priceTable table tbody tr th {
  padding: 24px 55px;
  border-right: 1.5px solid #E2E2E2;
  border-bottom: 1.5px solid #E2E2E2;
}
section.priceList .priceTable table tbody tr td {
  padding: 24px 0;
  border-right: 1.5px solid #E2E2E2;
  border-bottom: 1.5px solid #E2E2E2;
}
section.priceList .priceTable table tbody tr td:last-child {
  border-right: 0;
}
section.priceList .priceTable table tbody tr:last-child td, section.priceList .priceTable table tbody tr:last-child th {
  border-bottom: 0;
}
section.priceList:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 750px;
  background-image: url("../img/lines4.png");
  background-size: cover;
  background-repeat: no-repeat;
}

section.carList {
  background: #fff;
  padding-top: 45px;
  padding-bottom: 100px;
  position: relative;
  margin-bottom: 125px;
}
section.carList .content {
  position: relative;
  z-index: 2;
}
section.carList .content .head {
  background: #fff;
  padding: 35px 45px;
  border: 1px solid #EAE9E9;
  margin-top: 15px;
  border-bottom: 0;
}
section.carList .content .head:nth-child(1) {
  margin-top: 0;
}
section.carList .content .cars {
  background: #fff;
  border: 1px solid #EAE9E9;
}
section.carList .content .cars .carType {
  padding: 19px 45px;
  color: #727272;
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  background: #EAE9E9;
}
section.carList .content .cars .list {
  background: #fff;
  padding: 30px 25px 45px;
}
section.carList .content .cars .list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 70px;
}
section.carList .content .cars .list ul li {
  width: calc(16.6666666667% - 70px);
}
section.carList:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 750px;
  background-image: url("../img/lines4.png");
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
}

section.appointment {
  padding-top: 45px;
  background: #fff;
  margin-bottom: 45px;
  padding-bottom: 95px;
}
section.appointment .titleArea {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
}
section.appointment .titleArea .title {
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 25px;
}
section.appointment .titleArea .title b {
  font-weight: 700;
}
section.appointment .titleArea .subTitle {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 33px;
}
section.appointment .titleArea .imgArea {
  aspect-ratio: 550/180;
}
section.appointment .titleArea .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
}
section.appointment .content > .editIcon {
  width: 51px;
  height: 51px;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  margin-bottom: 40px;
}
section.appointment .content > .editIcon > .icon {
  width: 23px;
  height: 23px;
  flex-shrink: 0;
  fill: #fff;
}
section.appointment .content .appointmentForm .form {
  margin-bottom: 60px;
}
section.appointment .content .appointmentForm .form .title {
  margin-bottom: 55px;
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
}
section.appointment .content .appointmentForm .form .title small {
  font-size: 20px;
  font-weight: 300;
}

section.testdrive {
  padding-top: 45px;
  background: #fff;
  margin-bottom: 45px;
  padding-bottom: 95px;
}
section.testdrive .titleArea {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
}
section.testdrive .titleArea .title {
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 25px;
}
section.testdrive .titleArea .title b {
  font-weight: 700;
}
section.testdrive .titleArea .subTitle {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 33px;
}
section.testdrive .titleArea .imgArea {
  aspect-ratio: 550/180;
}
section.testdrive .titleArea .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
}
section.testdrive .content {
  margin-top: 115px;
}
section.testdrive .content .title {
  color: #000;
  font-size: 20px;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-bottom: 55px;
}
section.testdrive .content .title b {
  margin-right: 20px;
  font-size: 36px;
  font-family: "Plus Jakarta Sans", sans-serif;
}
section.testdrive .content .carCheckboxArea {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #D6D3D3;
}
section.testdrive .content .carCheckboxArea2 {
  margin-bottom: 65px;
}
section.testdrive .content .selectCar {
  background: #ECECEC;
  padding: 35px;
  margin-bottom: 50px;
}
section.testdrive .content .selectCar ul {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
section.testdrive .content .selectCar ul li {
  width: calc(16.6666666667% - 50px);
}
.editorContent {
  color: #000;
  font-size: 19px;
  letter-spacing: -0.02em;
  line-height: 35px;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.editorContent b, .editorContent strong {
  font-weight: 700;
}
.editorContent ul {
  list-style-type: disc;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.editorContent ul li {
  list-style-type: square;
  display: flex;
  flex-direction: column;
  color: #000;
  position: relative;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
.editorContent ul li:before {
  content: "";
  position: absolute;
  left: -15px;
  border-radius: 10px;
  width: 5px;
  height: 5px;
  background: #000;
  top: 50%;
  transform: translateY(-50%);
}
.editorContent h2 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  margin: 50px 0;
}
.editorContent p {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 29px;
}
.editorContent p b, .editorContent p strong {
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
}
.editorContent.directionCol {
  display: flex;
  flex-direction: column;
}

.seoContent {
  border-radius: 24px;
  background: #fff;
  padding: 80px 0;
}

.accordionItem {
  margin-bottom: 5px;
  width: 100%;
  transition: 0.3s ease all;
}
.accordionItem .accordionHeader {
  padding: 31px 55px;
  background: #F8F8F8;
  -webkit-touch-callout: none;
  user-select: none;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.02em;
  position: relative;
  cursor: pointer;
}
.accordionItem .accordionHeader:after {
  content: "";
  background: #1C1B1F;
  width: 25px;
  height: 25px;
  -webkit-mask-image: url(../img/svg/arrow2.svg);
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  right: 55px;
  transition: 0.3s ease all;
}
.accordionItem .accordionBody {
  padding: 0 55px;
  max-height: 0;
  overflow: hidden;
  transition: 0.2s linear all;
  opacity: 0;
}
.accordionItem .accordionBody .description {
  color: #000;
  font-size: 22px;
  font-weight: 400;
  line-height: 38px;
}
.accordionItem.active {
  transition: 0.3s ease border, 0.3s ease background;
}
.accordionItem.active .accordionHeader:after {
  transform: translateY(-50%) rotate(180deg);
}
.accordionItem.active .accordionBody {
  padding: 25px 55px 40px;
  opacity: 1;
  transition: 0.5s ease all;
  max-height: 1500px;
}

.form-group {
  margin-bottom: 35px;
  width: 100%;
}
.form-group .checkArea {
  margin-top: 35px;
}

.calendarIcons {
  position: relative;
  display: flex;
  height: 100%;
  align-items: flex-end;
}
.calendarIcons input {
  color: transparent;
}
.calendarIcons:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}

.form-control {
  padding: 14px 35px;
  width: 100%;
  display: flex;
  border: 1px solid #E3E3E3;
  background: #FFF;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
}
.form-control::placeholder {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
}

textarea {
  min-width: 100%;
  min-height: 80px;
}

.customcheckbox1 {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  padding: 0;
  align-items: flex-start;
  gap: 16px;
  text-align: left;
}
.customcheckbox1 input {
  display: none;
}
.customcheckbox1 input:checked ~ .checkmark:after {
  opacity: 1;
}
.customcheckbox1 .checkboxText {
  color: #6A6A6A;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.customcheckbox1 .checkboxText a {
  font-weight: 600;
  text-decoration: underline !important;
}
.customcheckbox1 .checkboxText b {
  font-weight: 600;
}
.customcheckbox1 .checkmark {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  position: relative;
  border: 1px solid #6A6A6A;
  background: #FFF;
}
.customcheckbox1 .checkmark:after {
  content: "";
  position: absolute;
  opacity: 0;
  transition: 0.3s ease all;
  border-radius: 3px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/check.svg");
  background: #6A6A6A;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 12px;
}

.customcheckbox2 {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  padding: 0;
  align-items: center;
  gap: 15px;
  text-align: left;
}
.customcheckbox2 input {
  display: none;
}
.customcheckbox2 input:checked ~ .checkmark {
  background: #000;
}
.customcheckbox2 input:checked ~ .checkmark:after {
  opacity: 1;
}
.customcheckbox2 .checkboxText {
  color: #000;
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}
.customcheckbox2 .checkboxText a {
  font-weight: 600;
  text-decoration: underline !important;
}
.customcheckbox2 .checkboxText b {
  font-weight: 600;
}
.customcheckbox2 .checkmark {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  position: relative;
  border: 2px solid #000;
  background: #FFF;
  border-radius: 5px;
}
.customcheckbox2 .checkmark:after {
  content: "";
  position: absolute;
  opacity: 0;
  transition: 0.3s ease all;
  border-radius: 3px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/check.svg");
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 12px;
  background: #fff;
}

.customcheckbox3 {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0;
  align-items: center;
  gap: 16px;
  text-align: left;
  display: block;
}
.customcheckbox3 input {
  display: none;
}
.customcheckbox3 input:checked ~ .checkmark {
  background: #000;
  opacity: 1;
}
.customcheckbox3 input:checked ~ .checkmark:after {
  opacity: 1;
}
.customcheckbox3 .checkboxText {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 10px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.customcheckbox3 .checkboxText .imgArea {
  aspect-ratio: 164/88;
  margin-bottom: 25px;
}
.customcheckbox3 .checkboxText .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}
.customcheckbox3 .checkboxText .carName {
  color: #000;
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}
.customcheckbox3 .checkmark {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  position: absolute;
  border: 2px solid #000;
  background: #FFF;
  left: 15px;
  top: 20px;
  opacity: 0;
  transition: 0.3s ease all;
  border-radius: 50%;
}
.customcheckbox3 .checkmark:after {
  content: "";
  position: absolute;
  opacity: 0;
  transition: 0.3s ease all;
  border-radius: 3px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/check.svg");
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 12px;
  background: #fff;
}

.customInput2 {
  width: 100%;
  border: 0;
  padding: 20px 0;
  border-bottom: 1px solid #000;
  color: #BFBFBF;
  font-size: 20px;
  font-weight: 700;
  font-family: "Plus Jakarta Sans", sans-serif;
  position: relative;
}
.customInput2::placeholder {
  color: #BFBFBF;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}

.inputArea1 {
  position: relative;
  width: 100%;
}
.inputArea1 input {
  padding: 20px 40px;
  width: 100%;
  display: flex;
  border: 1px solid #E3E3E3;
  background: #FFF;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
}
.inputArea1 input::placeholder {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
}
.inputArea1 .inputBtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
}

.inputArea2 {
  width: 100%;
}
.inputArea2 label {
  margin-bottom: 5px;
  color: #575757;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.inputArea3 {
  margin-top: 35px;
  width: 100%;
}
.inputArea3 label {
  display: flex;
  color: #BFBFBF;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
}
.inputArea3 textarea {
  color: #BFBFBF;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  width: 100%;
  max-width: 100%;
  max-height: 120px;
  height: 120px;
  border: 0;
  border-bottom: 1px solid #000;
  padding: 0;
}
.inputArea3 textarea::placeholder {
  color: #BFBFBF;
}

select + .select2 {
  width: 100% !important;
}

.select2-container.select2-container--default .select2-selection--single {
  display: flex;
  align-items: center;
  border-radius: 0px;
  border: 1px solid #F4F4F4;
  background: #FFF;
  height: 80px;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 10px 27px;
  display: flex;
  align-items: center;
  gap: 15px;
  color: #000;
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered b {
  font-weight: bold;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-weight: 600;
  color: #4a5764;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  width: 15px;
  height: 9px;
  background: #1C1B1F;
  right: 30px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/chevron2.svg");
  transition: 0.3s ease all;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container.select2-container--default.select2-container--open .select2-selection--single {
  border: 1px solid #313030;
}
.select2-container.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top: 1px solid #313030;
}
.select2-container.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: 1px solid #313030;
}
.select2-container.select2-container--default.select2-container--open .select2-selection__arrow {
  transform: translateY(-50%) rotate(180deg);
}
.select2-container.select2-container--default .select2-dropdown {
  border: 1px solid #313030;
  border-radius: 0;
  padding-bottom: 10px;
  overflow: hidden;
}
.select2-container.select2-container--default .select2-dropdown.select2-dropdown--below {
  border-top: 0;
  transform: translateY(-3px);
}
.select2-container.select2-container--default .select2-dropdown.select2-dropdown--above {
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 0px;
  border-bottom: 0;
  transform: translateY(3px);
}
.select2-container.select2-container--default .select2-dropdown .select2-search {
  padding: 4px 10px 10px;
}
.select2-container.select2-container--default .select2-dropdown .select2-search .select2-search__field {
  border: 0;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  border-radius: 4px;
  background: #f9f9f9;
  padding: 14px 20px;
}
.select2-container.select2-container--default .select2-dropdown.scrollPadding .select2-results {
  padding-right: 20px;
}
.select2-container.select2-container--default .select2-dropdown.scrollPadding .select2-results .select2-results__options {
  padding-right: 20px;
}
.select2-container.select2-container--default .select2-dropdown .select2-results .select2-results__options {
  max-height: 350px;
}
.select2-container.select2-container--default .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  padding: 15px 27px 15px 27px;
  transition: 0.3s ease all;
  font-size: 16px;
  color: #000;
  display: flex;
  align-items: center;
  gap: 27px;
}
.select2-container.select2-container--default .select2-dropdown .select2-results .select2-results__options .select2-results__option b {
  font-weight: bold;
}
.select2-container.select2-container--default .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--selected {
  color: #fff;
  background: #000000 !important;
}
.select2-container.select2-container--default .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__message {
  text-align: center;
  padding: 15px 20px;
  font-size: 16px;
  color: #4a5764;
}
.select2-container.select2-container--default .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
  color: #fff;
  background: #000000 !important;
}
.select2-container.select2-container--default .select2-dropdown .select2-results .select2-results__options .select2-results__option:nth-child(even) {
  background: rgba(239, 239, 239, 0.5);
}

.checkboxArea {
  display: flex;
  gap: 60px;
  margin-bottom: 60px;
}

input[type=date]::-webkit-calendar-picker-indicator, input[type=time]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}
input[type=date]::-moz-calendar-picker-indicator, input[type=time]::-moz-calendar-picker-indicator {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}
input[type=date]::-ms-clear, input[type=time]::-ms-clear {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}
input[type=date]::-ms-expand, input[type=time]::-ms-expand {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}

.inputPlaceholderArea {
  width: 100%;
  display: flex;
  background: #FFF;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  position: relative;
  transition: 0.3s ease all;
}
.inputPlaceholderArea textarea {
  color: #BFBFBF;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  width: 100%;
  max-width: 100%;
  max-height: 120px;
  height: 120px;
  border: 0;
  border-bottom: 1px solid #000;
  padding: 0;
  padding-top: 20px;
}
.inputPlaceholderArea textarea::placeholder {
  color: #BFBFBF;
}
.inputPlaceholderArea .placeholder {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  transition: 0.3s ease all;
  border-radius: 10px;
  font-family: "Plus Jakarta Sans", sans-serif;
  width: 100%;
  border: 0;
  color: #BFBFBF;
  font-size: 20px;
  font-weight: 700;
}
.inputPlaceholderArea.selected input {
  color: #BFBFBF !important;
}
.inputPlaceholderArea.selected .placeholder {
  top: -5px;
  left: 0;
  color: #000;
  font-size: 16px;
}
.inputPlaceholderArea.textareaPlaceholder .placeholder {
  top: 35px;
}
.inputPlaceholderArea.textareaPlaceholder.selected .placeholder {
  top: -5px;
}

.customTabContent {
  position: relative;
  margin-top: 45px;
}
.customTabContent .tab {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.customTabContent .tab.active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
  overflow: unset;
}

.navlist1 {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
  position: relative;
}
.navlist1 li {
  display: flex;
  position: relative;
  flex: 2;
  justify-content: center;
}
.navlist1 li a {
  font-size: 36px;
  font-weight: 700;
  color: #D1D1D1;
  transition: 0.3s ease all;
  position: relative;
  padding-bottom: 25px;
  font-family: "Bai Jamjuree", sans-serif;
}
.navlist1 li a:before {
  content: "";
  position: absolute;
  bottom: -15px;
  width: 27px;
  height: 27px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 50%;
  opacity: 0;
  transition: 0.3s ease all;
  z-index: 2;
}
.navlist1 li a:after {
  content: "";
  position: absolute;
  bottom: -8.5px;
  width: 15px;
  height: 15px;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  border-radius: 50%;
  opacity: 0;
  transition: 0.3s ease all;
  z-index: 2;
}
.navlist1 li a.active {
  color: #1C1C1C;
}
.navlist1 li a.active:before, .navlist1 li a.active:after {
  opacity: 1;
}
.navlist1 li:after {
  content: "";
  left: 0;
  right: 0;
  height: 2px;
  bottom: 0;
  position: absolute;
  background: #E8E8E8;
  transform: translateY(2px);
}
.navlist1 li:nth-child(1) {
  justify-content: flex-start;
  flex: 1;
}
.navlist1 li:nth-child(1) a:before, .navlist1 li:nth-child(1) a:after {
  left: 13px;
}
.navlist1 li:nth-last-child(1) {
  justify-content: flex-end;
  flex: 1;
}
.navlist1 li:nth-last-child(1) a:before {
  right: 0px;
  transform: translate(0);
  left: auto;
}
.navlist1 li:nth-last-child(1) a:after {
  right: 6px;
  transform: translate(0);
  left: auto;
}

.navlist2 {
  display: flex;
  justify-content: center;
  gap: 25px;
  z-index: 3;
}
.navlist2 li a {
  position: relative;
  display: block;
}
.navlist2 li a .color {
  width: 35px;
  height: 35px;
  background: var(--color);
  border-radius: 50%;
  position: relative;
}
.navlist2 li a span {
  display: none;
}
.navlist2 li a:after {
  content: "";
  position: absolute;
  background: var(--color);
  opacity: 0;
  transition: 0.3s ease all;
  border-radius: 50%;
  left: -5px;
  right: -5px;
  top: -5px;
  bottom: -5px;
}
.navlist2 li a.active:after {
  opacity: 0.2;
}

.navlist3 {
  display: flex;
  gap: 50px;
  justify-content: center;
}
.navlist3 li a {
  padding: 10px 16px;
  display: flex;
  border-radius: 20px;
  background: transparent;
  transition: 0.3s ease all;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  white-space: nowrap;
}
.navlist3 li a.active {
  background: #F4F4F4;
  font-weight: 600;
}

.btn {
  padding: 13px 26px;
  font-weight: 500;
  display: inline-flex;
  border: 0;
  cursor: pointer;
}

.btnRounded {
  border-radius: 21px;
}

.btnBlack {
  color: #fff;
  background: #000;
}
.btnBlack:hover {
  color: #fff;
}

.btnLight {
  background: #fff;
}

.btnLarge {
  padding: 22px 50px;
  font-size: 20px;
  font-weight: 700;
}

.btn100 {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.btnXxl {
  padding: 30px 65px;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
}

.btnBordered {
  border: 1px solid #E2E2E2;
}

.policyButton {
  padding: 25px 30px;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
}

.btnGreen {
  background: #CF0;
}

.partsCard {
  padding: 22px 41px;
}

.supportBtn {
  padding: 35px 40px;
  display: inline-flex;
  gap: 35px;
  border-radius: 10px;
  margin: 0 auto;
}
.supportBtn .icon {
  fill: #CF0;
  flex-shrink: 0;
  width: 62px;
  height: 62px;
}
.supportBtn .text {
  font-size: 34.984px;
  font-weight: 700;
}
.supportBtn .text span {
  color: #CF0;
  display: flex;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 700;
}

.btnGo {
  display: inline-flex;
  color: #FFF;
  font-size: 22.5px;
  font-style: normal;
  font-weight: 700;
  align-items: center;
  padding: 24px 41px;
  gap: 20px;
  border-radius: 38px;
}
.btnGo .icon {
  fill: #fff;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.fastLinks {
  background: #fff;
  border-top: 1px solid #F5F5F5;
}
.fastLinks .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fastLinks .item {
  height: 150px;
  width: 20%;
  border-right: 1px solid #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fastLinks .item img {
  flex-shrink: 0;
  max-width: 200px;
  max-height: 80px;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}
.fastLinks .item:nth-child(5n+1) {
  justify-content: flex-start;
}
.fastLinks .item:nth-child(5n) {
  border: 0;
  justify-content: flex-end;
}

.mainTimeLine .titleArea {
  margin-bottom: 45px;
}
.mainTimeLine .titleArea .title {
  color: #1C1C1C;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: "Bai Jamjuree", sans-serif;
}
.mainTimeLine .titleArea .subTitle {
  color: #6D6D6D;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}

.widget1 {
  padding: 55px 50px 85px 65px;
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.widget1 .imgArea .icon {
  width: 54px;
  height: 57px;
  flex-shrink: 0;
}
.widget1 .infoArea {
  margin: 40px 0 auto;
}
.widget1 .infoArea .title {
  color: #1C1C1C;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 41px;
  font-family: "Bai Jamjuree", sans-serif;
}
.widget1 .infoArea .description {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}
.widget1 .more {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  margin-top: 45px;
  font-family: "Bai Jamjuree", sans-serif;
}
.widget1 .more .icon {
  width: 20px;
  margin-right: 15px;
  height: 20px;
  fill: #000;
}

.bannerWidget1 {
  padding: 25px 45px 25px 0;
  background: #CF0;
  display: flex;
  margin-top: 25px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.bannerWidget1 .imgArea .icon {
  width: 54px;
  height: 57px;
  flex-shrink: 0;
}
.bannerWidget1 .infoArea {
  margin: 0 auto 0 20px;
}
.bannerWidget1 .infoArea .title {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
}
.bannerWidget1 .infoArea .description {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
.bannerWidget1 .more {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
}
.bannerWidget1 .more .icon {
  width: 24px;
  margin-right: 15px;
  height: 24px;
  fill: #000;
}
.bannerWidget1.type2 {
  background: #fff;
}
.bannerWidget1.type2 .container {
  display: flex;
  align-items: center;
}

.bannerWidget2 {
  display: flex;
  background: #cf0;
}
.bannerWidget2 .imgArea {
  aspect-ratio: 401/431;
  flex-shrink: 0;
}
.bannerWidget2 .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
}
.bannerWidget2 .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 75px;
  padding-right: 40px;
}
.bannerWidget2 .content .title {
  color: #000;
  font-size: 36px;
  font-weight: 600;
  line-height: 48px;
  font-family: "Bai Jamjuree", sans-serif;
}
.bannerWidget2 .content .text {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.bannerWidget2 .content .bottom {
  margin-top: 35px;
  display: flex;
  align-items: center;
}
.bannerWidget2 .content .bottom .btn {
  margin-right: 45px;
  font-family: "Bai Jamjuree", sans-serif;
}
.bannerWidget2 .content .bottom .bottomImg {
  aspect-ratio: 153/37;
}
.bannerWidget2.type2 {
  background: #F3F3F3;
}
.bannerWidget2.type2 .content {
  margin-left: 20px;
}

.widget2 {
  padding: 45px 60px;
  border-radius: 10px;
  border: 1px solid #B9B9B9;
  background: #FFF;
}
.widget2 .iconArea {
  margin-bottom: 25px;
}
.widget2 .iconArea .icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
}
.widget2 p {
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 41px;
}
.widget2 p b {
  font-weight: 500;
}

.widget3 {
  border-radius: 10px;
  background: #CF0;
  padding: 45px 60px;
  margin-top: 25px;
}
.widget3 .iconArea {
  margin-bottom: 25px;
}
.widget3 .iconArea .icon {
  width: 49px;
  height: 49px;
  flex-shrink: 0;
}
.widget3 .title {
  color: #000;
  font-size: 30px;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 500;
}
.widget3 .text {
  margin-bottom: 40px;
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 27px;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
}
.widget3 .btn {
  color: #CF0;
  display: flex;
  text-align: center;
  justify-content: center;
  border-radius: 10px;
  width: 100%;
}

.bannerMarginBottom .bannerWidget1 {
  margin-bottom: 25px;
}

.breadCrumb {
  position: relative;
  z-index: 2;
}
.breadCrumb ul {
  display: flex;
  gap: 25px;
}
.breadCrumb ul li {
  position: relative;
}
.breadCrumb ul li a {
  color: #A3A3A3;
  font-size: 15px;
  font-weight: 300;
  display: block;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.breadCrumb ul li:after {
  content: "";
  right: -17.5px;
  position: absolute;
  width: 9px;
  height: 5px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  mask-image: url("../img/svg/chevron.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background: #A3A3A3;
}
.breadCrumb ul li:last-child a {
  color: #686868;
}
.breadCrumb ul li:last-child:after {
  display: none;
}
.breadCrumb.light ul li:last-child a {
  color: #fff;
}

section.newsLetter .wrapper {
  background: #fff;
  padding: 50px 80px;
  position: relative;
}
section.newsLetter .wrapper .content {
  padding-bottom: 18px;
  position: relative;
  z-index: 3;
  border-bottom: 1px solid #F6F6F6;
}
section.newsLetter .wrapper .inputArea1 {
  max-width: 72%;
  z-index: 2;
}
section.newsLetter .wrapper .title {
  color: #000;
  font-size: 32px;
  margin-bottom: 40px;
  font-style: normal;
  font-weight: 700;
  font-family: "Bai Jamjuree", sans-serif;
}
section.newsLetter .wrapper p {
  color: #000;
  font-family: Manrope;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}
section.newsLetter .wrapper p a {
  font-size: 16px;
  font-weight: 500;
}
section.newsLetter .wrapper .bottom {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
section.newsLetter .wrapper .bottom p {
  color: #BABABA;
  line-height: 27px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}
section.newsLetter .wrapper .bottom .icons {
  display: flex;
  align-items: center;
  gap: 45px;
  flex-wrap: wrap;
}
section.newsLetter .wrapper .bottom .icons .item {
  max-width: 20%;
  max-height: 110px;
}
section.newsLetter .wrapper .bottom .icons .item img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
}
section.newsLetter .wrapper:after {
  content: "";
  background-image: url("../img/newsrightbg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
  position: absolute;
  right: 0;
  top: 0;
  aspect-ratio: 711/285;
  height: 285px;
}

.campaignCard {
  display: flex;
  gap: 65px;
}
.campaignCard > a {
  display: flex;
  width: 100%;
}
.campaignCard > a .imgArea {
  aspect-ratio: 950/380;
  max-width: 100%;
  width: 100%;
}
.campaignCard > a .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
}
.campaignCard .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 400px;
  min-width: 400px;
}
.campaignCard .content .date {
  color: #727272;
  font-size: 12px;
  font-weight: 500;
}
.campaignCard .content .title {
  color: #000;
  font-size: 26px;
  line-height: 41px;
  margin: 20px 0 35px;
  font-weight: 500;
}
.campaignCard .content .title span {
  font-weight: 300;
}
.campaignCard .content .text {
  color: #727272;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 50px;
}
.campaignCard .content .more {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
.campaignCard .content .more .icon {
  width: 24px;
  margin-right: 15px;
  height: 24px;
  fill: #000;
}
.campaignCard:nth-child(even) {
  margin-top: 115px;
}
.campaignCard:nth-child(even) > a {
  order: 2;
}
.campaignCard:nth-child(even) .content {
  order: 1;
}
.campaignCard:nth-child(2n+1) {
  margin-top: 115px;
}

.listTitleArea {
  max-width: 990px;
  margin: 30px auto 85px;
  position: relative;
  z-index: 2;
}
.listTitleArea .title {
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
  text-align: center;
  margin-bottom: 25px;
}
.listTitleArea .subTitle {
  padding: 0 20px;
  color: #000;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 35px;
}
.listTitleArea .selectArea {
  margin-top: 50px;
}

.bransLogos {
  display: flex;
  gap: 150px;
  margin-top: 150px;
  flex-wrap: wrap;
}
.bransLogos .item {
  width: calc((100% - 150px * 4) / 5);
  position: relative;
}
.bransLogos .item img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
  max-height: 100px;
}
.bransLogos .item:after {
  content: "";
  height: 40px;
  width: 1px;
  background: #DFDFDF;
  position: absolute;
  top: 50%;
  right: -75px;
  transform: translate(-50%, -50%);
}
.bransLogos .item:last-child:after {
  display: none;
}

.vehicleCard .imgArea {
  aspect-ratio: 430/154;
  margin-bottom: 40px;
  display: block;
}
.vehicleCard .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}
.vehicleCard .content .title {
  display: flex;
  color: #1C1C1C;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 10px;
  font-family: "Bai Jamjuree", sans-serif;
}
.vehicleCard .content .subTitle {
  display: flex;
  color: #1C1C1C;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
  font-family: "Bai Jamjuree", sans-serif;
}
.vehicleCard .content .price {
  color: #1C1C1C;
  font-size: 36px;
  font-weight: 500;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  margin-bottom: 65px;
}
.vehicleCard .content .price span {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 300;
  display: flex;
}
.vehicleCard .content .more {
  display: flex;
  align-items: center;
  color: #C1916F;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  font-family: "Bai Jamjuree", sans-serif;
}
.vehicleCard .content .more .icon {
  width: 24px;
  margin-right: 15px;
  height: 24px;
  fill: #C1916F;
}

.miniVehicleCard {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.miniVehicleCard .imgArea {
  aspect-ratio: 164/88;
  margin-bottom: 30px;
}
.miniVehicleCard .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}
.miniVehicleCard .carName {
  color: #000;
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
}

/*# sourceMappingURL=style.css.map */
